<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: "宋体,Arial,微软雅黑";
	-webkit-text-size-adjusst: none;
	font-size: 12px;
	color: #000;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
address, cite, dfn, em, var, i {
	font-style: normal
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace
}
form {
	display: inline
}
small {
	font-size: 14px
}
ul, ol, li {
	list-style: none
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link,a:visited,a:hover{
 text-decoration:none;  /*超链接无下划线*/
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}
input, select {
	outline: none;
	border: none;
	list-style-type: none;
}
button {
	background: none;
	list-style-type: none;
}
a:hover, a:focus {
	text-decoration: none !important;
}
p{
	word-wrap:break-word
}
.clearfix{clear: both;}
/*在ie8/ie9时，input 的placeholder值 也显示*/
:-moz-placeholder { Mozilla Firefox 4 to 18
    color: #999999; opacity:1; 
}
::-moz-placeholder { Mozilla Firefox 19+
    color: #999999;opacity:1;
} 
input:-ms-input-placeholder{
    color: #999999;opacity:1;
}
input::-webkit-input-placeholder{
    color: #999999;opacity:1;
} 
/*在ie8/ie9时，input 的placeholder值 也显示      结束*/

/*header*/
.box{
	width:100%;
	min-width:1300px;
	margin:0 auto;

}
.header_box{
	width:1180px;
	margin:0 auto;
}
.header_l{
	width:434px;
	float:left;
}
.header_l a{
	display:block;
	padding:27px 0;
	padding-bottom: 41px;
}
.header_c{
	width:390px;
	float:left;
	margin-left:20px;
}
.header_l img,
.header_c img{
	display:block;
	width:100%;
}
.header_r{
	width:336px;
	float:right;
}
.header_rt p{
	font-size:12px;
	color:#333;
	line-height: 20px;
	text-align: right;
	padding-top:11px;
}
.header_rt p a{
	font-size:12px;
	color:#333;
	line-height: 20px;
}
.header_rt p span{
	font-size:12px;
	color:#333;
	line-height: 20px;
	margin-right:6px;
}
.header_rc{
	padding-bottom:13px;
	padding-top: 14px;
	text-align: right;
}
.header_rc p{
	font-size:16px;
	color:#333;
	line-height: 20px;
}
.header_rc p span{
	font-size:16px;
	color:#fea534;
	line-height: 20px;
	font-weight: bold;
}

.header_rb_search{
	width:265px;
	height:28px;
	float:right;
}
.header_rb_search input{
	display:block;
	float:left;
	width:219px;
	height:28px;
	padding:0 6px;
	font-size:14px;
	color:#333;
	background-color:transparent;
	line-height: 28px;
	border: 1px solid #e9e9e9;
}
.header_rb_search a{
	display:block;
	float:left;
	width:44px;
	height:28px;
	font-size:14px;
	color:#e9e9e9;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e9e9e9;
	border-left:none;
}
.header_rb_search a i{
	display:block;
	font-size:14px;
	line-height: 26px;
	color:#999;
}
/*header end*/

/*nav end*/
.nav_box {
    width:100%;
	background-color:#ffa42d;
	border-bottom:2px solid #fff;
}
.navbar{
    width: 1180px;
    margin: 0 auto;
}
.navbar-nav{
	width:100%;
	float:none;
}
.navbar-nav&gt;li{
	float:left;
	width:7.692307692307692%;
	text-align: center;
	position:relative;
}
.navbar-nav&gt;li:after{
	content:"";
	position:absolute;
	width:1px;
	height:20px;
	top:10px;
	right:0;
	background-color:#fc7c00;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a{
	padding:0!important;
	font-size:16px;
	color:#fff;
	line-height: 40px;
	font-weight: normal;
}
.navbar-nav&gt;li:last-child:after{
	display:none;
}
.navbar-nav&gt;li&gt;.dropdown-menu{
	width: 120%;
    overflow: hidden;
    display: none;
    border-radius: 0px 0px 5px 5px;
	background-image: url(../images/bg1.png);
	background-size: 100% 100%;
	padding:0!important;
	left:-10%;
}
.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 0;
    line-height: 40px;
    color: #454545;
	font-size:12px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
.dropdown-menu&gt;li&gt;a:hover{
	background-image:url(../images/bg2.png);
	background-repeat: repeat-x;
	color:#fff;
}
.navbar-nav&gt;li:hover&gt;a{
	background-color:#39a25f;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw &gt; a:hover, 
nav.navbar.bootsnav ul.nav li.megamenu-fw &gt; a:focus, 
nav.navbar.bootsnav ul.nav li.active &gt; a:hover, 
nav.navbar.bootsnav ul.nav li.active &gt; a:focus, 
nav.navbar.bootsnav ul.nav li.active &gt; a{
	background-color:#39a25f;
}
/*nav end*/

/*index_banner*/
.index_banner_box{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	position:relative;
}
.index_banner{
	width:100%;
	min-width: 1300px;
	overflow: hidden;
	height:240px;
	position:relative;
	background-color:#fff;
}
.index_banner&gt;a{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.index_banner&gt;a&gt;img{
	display:block;
	width:1920px;
	position:relative;
	top:0;left:50%;
	margin-left:-960px;
}
.xuanxiang{
	width:auto;
	z-index: 1;
	position: absolute;
	right:50px;bottom:20px;
}
.xuanxiang&gt;li{
	width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
	cursor:pointer;
}
.bul{
	background-color:#fff;
	opacity: 0.6;
}
.bul1{
	background-color:#ffa42d;
	opacity: 1;
}
.index_banner1:hover .sx{
	display:block;
}
.index_nav{
	width:304px;
	height:210px;
	border-radius: 6px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-520px;
	background-image: url(../images/index_banner_bg.png);
	background-repeat: no-repeat;
	background-size: 304px 210px;
	background-position: top center;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.index_nav1{
	padding-top:15px;
	padding-left:15px;
	margin-bottom:20px;
}
.index_nav1 img{
	display:block;
	width:15px;
	float:left;
}
.index_nav1 p{
	float:left;
	margin-left: 10px;
	font-size:20px;
	color:#fff;
	line-height: 20px;
}
.index_nav2{
/*	padding:0 20px;*/
	width:250px;
	margin:0 auto;
	margin-bottom:20px;
}
.index_nav2 a{
	display:block;
	width:244px;
	height:38px;
	overflow: hidden;
	background-image: url(../images/index_banner_bg1.png);
	background-position: top center;
	background-size: cover;
	padding-left:30px;
	padding-right:20px;
}
.index_nav2 a p{
	font-size:16px;
	color:#fff;
	line-height: 38px;
	float:left;
	height:38px;
	overflow: hidden;
}
.index_nav2 a i{
	font-size:16px;
	color:#fff;
	line-height: 38px;
	float:right;
}
.index_nav3{
	    width: 340px;
}
.index_nav3l{
	float: left;
    padding-left: 20px;
	padding-right: 50px;
}
.index_nav3r{
	float: left;
    padding-left: 10px;
}
.index_nav3 a i{
	display:block;
	font-size:14px;
	line-height: 20px;
	color:#d8370e;
	float:left;
}
.index_nav3 a p{
	display:block;
	font-size:14px;
	line-height: 20px;
	color:#000;
	float:left;
	margin-left:10px;
}
.index_nav3 a:hover p,
.index_nav2 a:hover p,
.index_nav2 a:hover i{
	color:#333;
}


.index_banner_box1{
	width:1180px;
	margin:0 auto;
	position:relative;
}
.index_banner1{
	width: 1180px;
	overflow: hidden;
	height:350px;
	position:relative;
	background-color:#000;
}
.index_banner1&gt;a{
	position:absolute;
	top:0;left:0;
	width:100%;height:100%;
}
.index_banner1&gt;a&gt;img{
	display:block;
	width:1180px;
	position:relative;
	top:0;left:0;
}
/*index_banner end*/

/*index_内容*/
.index_box{
	width:100%;
	min-width:1410px;
	margin:0 auto;
	padding-top:40px;
	position:relative;
}
.index_box.xzindex_boxxz{
	width:1300px;
	min-width:1300px;
}
.index_box_r{
	position:absolute;
	right:4px;
	top:40px;
	width:175px;
	height:auto;
}
.index_box_r ul li{
	margin-bottom:20px;
	width:175px;
}
.index_box_r ul li a,
.index_box_r ul li a img{
	display:block;
	width:175px;
}
.index_box_l{
	width: 1180px;
    margin: 0 auto;
}
.index_box_lb{
	width:1105px;
}
.index_divl{
	width:710px;
	border:1px solid #ddd;
	float:left;
	margin-bottom:30px;
}
.index_divr{
	width:370px;
	border:1px solid #ddd;
	float:left;
	margin-bottom:30px;
	margin-left:25px;
}
.index_div1{
	background-color:#f7f7f7;
	position:relative;
	height:322px;
}
.index_div1:after{
	content:"";
	position:absolute;
	width:142px;
	height:142px;
	top:-10px;
	left:-10px;
	background-image: url(../images/index_1.png);
	z-index: 1;
}

.index_div2{
	height:322px;
}
#tab2 .index_banner_1{
	width:100%;
	height:148px;
	position:relative;
	overflow: hidden;
	z-index: 0;
	background-color:#fff;
	margin:0 auto;
}
#tab2 .index_banner_1&gt;a{
	display:block;
	width:100%;
	position:absolute;
	top:0;left:0;
}
#tab2 .index_banner_1&gt;a&gt;img{
	display:block;
	width:328px;
	height:148px;
	margin:0 auto;
}
#tab2 .sx&gt;div{
	position:absolute;
	top:50%;
	width:32px;
	height:45px;
	margin-top:-22.5px;
	z-index: 1;
	cursor: pointer;
}
#tab2 .sx&gt;div.s{
	left:4px;
}
#tab2 .sx&gt;div.x{
	right:4px;
}
#tab2 .sx&gt;div&gt;img{
	display:block;
	width:32px;
	height:45px;
}

.index_div3{
	padding:25px 20px;
	height:257px;
}
.index_div3_l{
	padding-right:20px;
	background-image: url(../images/index_box3_3.png);
	background-position: top right;
	background-size: 1px 207px;
	background-repeat: no-repeat;
	height:205px;
}
.index_div3_r{
	padding-left:20px;
	height:205px;
}
.index_div3_lt{
	height:20px;
}
.index_div3_lt a h2{
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-size: 18px;
    font-family: "微软雅黑", Arial, "宋体";
    color: #db411d;
}
.index_div3_lt a h2:hover{
	color:#333;
}
.index_div3_lc{
	margin-top:20px;
	margin-bottom:40px;
	height: 36px;
}
.index_div3_lc a p{
	font-size:12px;
	color:#7e7e7e;
	line-height: 18px;
	height:36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_div3_lb{
	height:89px;
}
.index_div3_lbl{
	float:left;
	width:50%;
}
.index_div3_lbl ul li a{
	display: block;
    font-size: 12px;
    color: #666;
    line-height: 29px;
    padding-left: 10px;
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_div3_lbl ul li a:after {
        content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #f60;
    line-height: 30px;
}
.index_div3_lbl ul li a:hover{
	color:#f60;
}
.index_div3_lbr{
	float:left;
	width:50%;
}
.index_div3_lbr a,
.index_div3_lbr a img{
	display:block;
	width:127px;
	height:89px;
}

.index_div4{
	padding:10px;height:285px;
}
.index_div4_t{
	height:31px;
}
.index_div4_t a h2{
	line-height: 20px;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #f35e26;
}
.index_div4_c{
	height:92px;
	margin:10px 0;
}
.index_div4_c ul li{
	float:left;
	width:50%;
}
.index_div4_c ul li a{
	display:block;
	padding:8px 0;
}
.index_div4_c ul li a img{
	display:block;
	width:30px;
	height:30px;
	float:left;
}
.index_div4_c ul li a p{
	float:left;
	width:142px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color:#333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_div4_c ul li a p:hoveR{
	    color: #fc6a09;
}
.index_div4_b{
	padding-top:7px;
	height: 112px;
}
.index_div4_bl{
	float:left;
	width:105px;
	height:105px;
}
.index_div4_bl img{
	display:block;
	width:105px;
	height:105px;
}
.index_div4_br{
	float:left;
	width:241px;
}
.index_div4_brt{
	text-align:center;
}
.index_div4_brt img{
	display:inline-block;
	width:40px;
	height:34px;
}
.index_div4_brt p{
	display:inline-block;
	font-size:18px;
	color:#000;
	line-height: 34px;
}
.index_div4_brb{
	text-align: center;
	width: 150px;
	margin:0 auto;
	margin-top:10px;
}
.index_div4_brb p{
	font-size:12px;
	color:#777;
	line-height: 24px;
}

.index_div5{
	border:none;height:240px;
}

.index_div6 {
    padding: 10px;
	/*margin-top:44px;height:196px;*/
	height:257px;
	/*background-image: url(../images/xzbg.jpg);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 368px 216px;
}
.index_div6_t{height:31px;}
.index_div6_t a h2 {
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
	    font-size: 16px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #f35e26;
}
.index_div6_b{
	height: 143px;
}
.index_div6_b a{
	display:block;
	/*padding-top:47px;*/
}
.index_div6_bl{
	float:left;
	width:58px;
}
.index_div6_bl img{
	display:block;
	width:58px;
	height:58px;
}
.index_div6_br{
	float:left;
	width:288px;
	padding-left:20px;
}
.index_div6_br h2{
	font-size:20px;
	color:#878787;
	line-height: 30px;
}
.index_div6_br p{
	font-size:20px;
	color:#e17c05;
	line-height: 28px;
	font-weight: bold;
	
	background-image: -webkit-linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#e17c05), to(#bb1805));
    background-image: linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 4s infinite linear;
    mask-image: gradient(linear, 0 0, 0 bottom, from(#fff), to(#2d47df));
}
@keyframes masked-animation{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -100% 0;
	}
}

.index_div7{
	height:285px;
	padding-top:16px;
	padding-left:15px;
	padding-right:15px;
}
.index_div7_l1{
	height:50px;
}
.index_div7_l1 img{
	display:block;
	width:127px;
	height:50px;
	float:left;
}
.index_div7_l1 p{
	float:left;
	width:170px;
	padding-left:10px;
	padding-top:25px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-size: 18px;
    font-family: "微软雅黑", Arial, "宋体";
    color: #000;
}
.index_div7_l2{
	padding-left:30px;
	position:relative;
	margin-top:15px;    
	height: 31px;
}
.index_div7_l2:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:32px;
	background-image: url(../images/index_box7_2.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}
.index_div7_l2 h2{
	font-size:12px;
	color:#333;
	line-height: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_div7_l2 p{
	line-height: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
	color: #999;
    font-size: 12px;
}
.index_div7_r1 a{
	display:block;
	padding:7px 0;
}
.index_div7_r1{
	height:89px;
}
.index_div7_r1l{
	float:left;
	width:75px;
}
.index_div7_r1l img{
	display:block;
	width:75px;
	height:75px;
}
.index_div7_r1c{
	float:left;
	width:160px;
	padding-left:10px;
	padding-right:6px;
	padding-top:15px;
}
.index_div7_r1c h2{
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font: bold 16px "微软雅黑";
    color: #ee7d00;
}
.index_div7_r1c p{
	font-size:12px;
	color:#666;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:5px;
}
.index_div7_r1r{
	float:right;
	width:90px;
	padding-top:20px;
}
.index_div7_r1r span{
	display:block;
	width:90px;
	height:35px;
	text-align: center;
	background-color:#01aadd;
	font-size: 16px;
	color:#fff;
	line-height: 35px;
}
.index_div7_r1r span:hover {
    background: #086596;
}

.index_div8{
	border:none!important;height:285px;
}
.index_div8 a{
	display:block;
	width:370px;
	height:285px;
	position:relative;
}
.index_div8 a img{
	display:block;
	width:370px;
	height:285px;
}
.index_div8 a h2{
	position:absolute;
	left:14px;
	bottom:22px;
	font-size:18px;
	color:#bc9b64;
	line-height: 24px;
}

.index_div9{
	padding:30px 20px;
	height: 299px;
}
.index_div9_lt a h2{
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-size: 18px;
    font-family: "微软雅黑", Arial, "宋体";
    color: #db411d;
}
.index_div9_lt a h2:hover{
	color:#333;
}
.index_div9_li{
	margin-top:45px;
}
.index_div9_li a,
.index_div9_li a img{
	display:block;
	width:148px;
	height:165px;
	margin:0 auto;
}
.index_div9_rp{
	padding:10px 0;
}
.index_div9_rp a p{
	font-size:12px;
	color:#999;
	line-height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	height:32px;
}
.index_div9_ru li{
	float:left;
	width:50%;
}
.index_div9_ru li a{
	display:block;
	padding:10px 0;
}
.index_div9_ru li a img{
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin-right:14px;
}
.index_div9_ru li a p{
	width:140px;
	float:left;
	font-size:12px;
	color:#666;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_div9_ru li a:hover p{
	color:#ee7d00;
}
.index_div10{
	height: 299px;
}
.index_div10_t{
	padding:15px 10px;
	border-bottom:1px dotted #FF6600;
}
.index_div10_t a{
	display:block;
}
.index_div10_t a h2{
	float:left;
	width:50%;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
    font-family: "微软雅黑", Arial, "宋体";
    color: #db411d;
}
.index_div10_t a span{
	display:block;
	float:right;
	width:30%;
	font-size:13px;
	color:#f18e0f;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.index_div10_t a:hover h2,
.index_div10_t a:hover span{
	color:#333;
}
.index_div10_b{
	padding:7px 10px;
}
.index_div10_b ul li a{
	display: block;
    font-size: 12px;
    color: #666;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #eee;
    padding-left: 10px;
    position: relative;
}
.index_div10_b ul li a:after {
    content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height:32px;
}
.index_div10_b ul li a:hover{
	color: #f60;
}
.index_div10_b ul li a:hover:after{
	color: #f60;
}
.index_div11{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.marqueeleft{
	float:left;
	width:100%;
	overflow:hidden;
}
.marqueeleft ul{
	float:left;
}
.marqueeleft li{
	float:left;
	height:132px;
	overflow:hidden;
}
.marqueeleft li&gt;a{
	display:block;
	height:132px;
	padding:0 10px;
}
.marqueeleft li&gt;a img{
	display:block;
	width:210px;
	height:132px;
}
/*index_内容 end*/

/*tab*/
.tab .tab-con-item{
	display:none;
}
#tab1{
	border:2px solid #fff;
}
#tab1 .j-tab-nav{
	padding-top:35px;
	padding-left:70px;
	padding-right:50px;
	z-index: 2;
	position: relative;
	height: 76px;
}
#tab1 .j-tab-nav a{
	display:block;
	float:left;
	width:20%;
	text-align: center;
	line-height: 20px;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	
	font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
}
#tab1 .j-tab-nav a.current{
	color:#fc6a09;
	position:relative;
}
#tab1 .j-tab-nav a.current:after{
	content:"";
	position:absolute;
	left:10%;
	bottom:0;
	width:80%;
	height:2px;
	background-color:#fc6a09;
}
#tab1 .j-tab-con{
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:30px;
	height:240px;
	position:relative;
	z-index: 2;
}
.tab .tab-con-item.xz_block{
	display:block;
}
.xz_video{
	width: 380px;height: 330px;  border: 1px solid #ddd;
}
.xz_video1{width: 100%;height: 100%}
.bds_sqq{background-color:none;}
.bdsharebuttonbox{display:none}
.tab1_item1_1t,
.tab1_item1_1t img{
	display:block;
	width:200px;
	height:100px;
}
.tab1_item1_1b{
	margin-top:15px;
}
.tab1_item1_1b h2{
	color:#333;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
}
.tab1_item1_1b h2 i{
	font-size:18px;
	color:#c62a3d;
	line-height: 24px;
	margin-left:10px;
	font-weight: bold;
}
.tab1_item1_1b p{
	margin-top:15px;
	font-size:12px;
	color:#7e7e7e;
	line-height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:32px;
}
.tab1_item1_1&gt;a:hover .tab1_item1_1b h2{
	color: #fc6a09;
}
.tab1_item2_1_t a{
	display:block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.tab1_item2_1_t a h2{
	font-size: 16px;
	line-height: 20px;
    font-weight: bold;
    color: #666;
}
.tab1_item2_1_t a h2 i{
	font-size: 18px;
	line-height: 20px;
	margin-left:10px;
	color:#c62a3d;
	font-weight: bold;
}
.tab1_item2_1_b ul li{
	float:left;
	width:50%;
}
.tab1_item2_1_b ul li a{
	display:block;
	font-size:12px;
	color:#666;
	line-height: 30px;
	padding-left:10px;
	position:relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab1_item2_1_b ul li a:after{
	content:"·";
	font-weight: bold;
	position:absolute;
	left:0;
	top:0;
	font-size:12px;
	color:#f60;
	line-height: 30px;
}
.tab1_item2_2_t a{
	display:block;
	margin-bottom:15px;
}
.tab1_item2_2_t a h2{
	font-size: 16px;
	line-height: 20px;
    font-weight: bold;
    color: #fc6a09;
}
.tab1_item2_2_t a h2 i{
	font-size: 18px;
	line-height: 20px;
	margin-left:10px;
	color:#c62a3d;
	font-weight: bold;
}
.tab1_item2_2_b a,
.tab1_item2_2_b a img{
	display:block;
	width:200px;
	height:85px;
}
.tab1_item2_1_t a:hover h2{
	color:#f60;
}
.tab1_item2_1_b ul li a:hover{
	color:#f60;
}
.tab1_item2_2_t a:hover h2{
	color:#f60;
}
.tab1_item31_t a{
	display:block;
}
.tab1_item31_t a h2 img{
	width:35px;
	height:35px;
	margin-right:10px;
}
.tab1_item31_t a h2{
	font-size: 18px;
    line-height: 35px;
    color: #000;
}
.tab1_item31_t a h2:hover{
	color: #f60;
}
.tab1_item31_c{
	padding-top: 15px;
    padding-bottom: 5px;
}
.tab1_item31_c p{
	color: #999;
    font-size: 12px;
    line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:36px;
}
.tab1_item31_bl{
	float:left;
	width:50%;
	padding-top:5px;
}
.tab1_item31_bl ul li{
	width:50%;
	float:left;
}
.tab1_item31_bl ul li a{
	display:block;
	font-size:12px;
	color:#f60;
	line-height: 30px;
	padding-left:10px;
	position:relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab1_item31_bl ul li a:after{
	content:"·";
	font-weight: bold;
	position:absolute;
	left:0;
	top:0;
	font-size:12px;
	color:#f60;
	line-height: 30px;
}
.tab1_item31_br{
	float:left;
	width:50%;
}
.tab1_item31_br img{
	display:block;
	width:112px;
	height:70px;
	margin-left:20px;
}
.tab1_item31_bl ul li a:hover{
	color:#333;
}
.tab1_item41_t a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.tab1_item41_t a h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
}
.tab1_item41_t a h2 i {
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
    color:#c62a3d;
	font-weight: bold;
}
.tab1_item41_t a:hover h2{
	color:#f60;
}
.tab1_item41_b img{
	display:block;
	width:198px;
	height:89px;
}
.tab1_item41_b ul li a{
	display: block;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tab1_item41_b ul li a:after {
    content:"·";
	font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #f60;
    line-height: 28px;
}
.tab1_item41_b ul li a:hover{
	color:#f60;
}
.tab1_item51_t img{
	display: block;
	width:265px;
	height:80px;
	margin:0 auto;
}
.tab1_item51_b{
	width:270px;
	margin:0 auto;
}
.tab1_item51_b1{
	width:33.333333%;
	float:left;
}
.tab1_item51_b1{
	margin-top:10px;
}
.tab1_item51_b1 a{
	display:block;
	width:80px;
	margin:0 auto;
	background-color:#eee;
	border-radius: 8px;
	padding-top:10px;
	padding-bottom:5px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.tab1_item51_b1p{
	width:36px;
	height:36px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.tab1_item51_b1p img{
	display:block;
	width:108px;
	height:36px;
	position:absolute;
	top:0;
	left:-72px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.tab1_item51_b1 a p{
	font-size:12px;
	color:#000;
	text-align: center;
	line-height: 24px;
	margin-top:5px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab1_item51_b1 a:hover{
	background-color:#f18e10;
}
.tab1_item51_b1 a:hover .tab1_item51_b1p img{
	left:0;
}
.tab1_item51_b1 a:hover p{
	color:#fff;
}

#tab2{
	border-top: 2px #fa7056 solid;
	border-bottom: 2px solid #fff;
}
#tab2 .j-tab-nav{
	height: 76px;
	padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
#tab2 .j-tab-nav a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
	
	font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
}
#tab2 .j-tab-nav a.current {
    color: #fc6a09;
    position: relative;
}
#tab2 .j-tab-nav a.current:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background-color: #fc6a09;
}
#tab2 .j-tab-con{
	padding:0 20px;
	height:240px;
}
.tab2_item1 ul li a{
	display:block;
	font-size:12px;
	line-height: 39px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:1px #dcdcdc dotted;
	padding-left:14px;
	position:relative;
	color: #333;
    font-family: "宋体";
}
.tab2_item1 ul li:last-child a{
	border:none;
}
.tab2_item1 ul li a:after {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 39px;
	font-family: "宋体";
}
.tab2_item1 ul li a:hover{
	color: #f60;
}
.tab2_item1 ul li a:hover:after{
	color: #f60;
}
.tab2_item2{
	padding-top:8px;
}
.tab2_item2 ul li a{
	display:block;
	font-size:12px;
	line-height: 39px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:1px dashed #eee;
	padding-left:14px;
	position:relative;   
	
	color: #333;
    font-family: "宋体";
}
.tab2_item2 ul li:last-child a{
	border:none;
}
.tab2_item2 ul li a:after {
    content:"·";
	font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 39px;
}
.tab2_item2 ul li a:hover{
	color: #f60;
}
.tab2_item2 ul li a:hover:after{
	color: #f60;
}

#tab3 .j-tab-nav{
	height: 44px;
	position:relative;
}
#tab3 .j-tab-nav:before{
	content:"";
	position:absolute;
	top:0px;
	right:8px;
	width:76px;
	height:44px;
	background-image: url(../images/index_box5_1.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#tab3 .j-tab-nav:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background-color:#e58505;
	z-index: 1;
}
#tab3 .j-tab-nav a{
	display:block;
	padding:0 15px;
	float:left;
	font-size:16px;
	color:#ccc;
	line-height: 42px;
	border:1px solid #fff;
	border-bottom: 1px solid #f35e26;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position:relative;
	z-index: 1;
}
#tab3 .j-tab-nav a.current{
	border:1px solid #f35e26;
	border-bottom: 1px solid #fff;
	z-index: 2;
	color:#f35e26;
}
#tab3 .j-tab-con{
	height:196px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.tab3_item1{
	padding:10px 0;
}
.tab3_item1 ul{
	background-image:url(../images/index_box5_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1px 148px;
}
.tab3_item1 ul li{
	float:left;
	width:50%;
	padding:0 15px;
}
.tab3_item1 ul li a{
	display:block;
	border-bottom:1px #dcdcdc dotted;
	font-size:12px;
	line-height: 34px;
	padding-left: 14px;
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	color: #333;
    font-family: "宋体";
}
.tab3_item1 ul li a:hover{
	    color: #fc6a09;
}
.tab3_item1 ul li a:after {
        content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 34px;
}
.tab3_item1 ul li a:hover:after{
	    color: #fc6a09;
}
/*tab end*/

/*bottom*/
.bottom_box{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	overflow: hidden;
}
.bottom_t{
	width:100%;
	background-color:#f1921e;
	padding:10px 0;
}
.bottom_b{
	width:100%;
	background-color:#fff;
	padding:10px 0;
	text-align: center;
}
.bottom_center{
	width: 1180px;
    margin: 0 auto;
}
.bottom_t ul{
	text-align:center;
}
.bottom_t ul li{
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #fff;
}
.bottom_t ul li a{
	display:block;
	font-size:12px;
	color:#fff;
	line-height: 20px;
}
.bottom_t ul li:last-child{
	border:none;
}
.bottom_t ul li select{
	display:block;
	width:180px;
	border:1px solid #eee;
	font-size:12px;
	color:#333;
	line-height: 20px;
}
.bottom_t ul li select option{
	width:100%;
	display:block;
	font-size:12px;
	color:#333;
	line-height: 20px;
}
.bottom_b p{
	font-size:12px;
	color:#333;
	line-height: 30px;
}
.bottom_b p a{
	font-size:12px;
	color:#333;
	line-height: 30px;
}
/*bottom end*/

/*二级*/
/*二级-内容*/
.content_box1{
	width:100%;
	min-width:1300px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	overflow: hidden;
}
.content_box1 .content_center{
	width:1180px;
	margin:0 auto;
}
.content_box1_c_b img{
	max-width:100%;
}
.content_box1_c_c{
	border: 1px solid #ddd;
    padding: 20px 20px;
    background: #FFF;
	margin-top:20px;
}
.content_box1_c_c img{
	max-width:100%;
}
.content_box1_c_c_t{
	padding-bottom: 10px;
    border-bottom: 1px dashed #ff9900;
}
.content_box1_c_c_t h2{
	text-align: center;
	font-size:21px;
	color:#666;
	font-weight: bold;
	line-height: 30px;
}
.content_box1_c_c_b{
	padding-top:10px;
}
.content_box1_l{
	float:left;
	width:225px;
	margin-right:15px;
}
.ej_nav{
	margin-bottom: 15px;
}
.ej_nav&gt;h2{
	width: 225px;
    font-size: 18px;
    line-height: 18px;
    color: #db411d;
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
}
.ej_nav&gt;ul&gt;li{
	width: 225px;
    border-bottom: 1px dotted #CCCCCC;
}
.ej_nav&gt;ul&gt;li&gt;div{
    color: #333;
    font-weight: normal;
    padding-left: 14px;
    font-size: 14px;
    line-height: 40px;
	position:relative;
	cursor: pointer;
}
.ej_nav&gt;ul&gt;li&gt;div:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 40px;
}
.ej_nav&gt;ul&gt;li&gt;div&gt;a{
	display:block;
	display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}
.ej_nav&gt;ul&gt;li.active&gt;div,
.ej_nav&gt;ul&gt;li.active&gt;div&gt;a,
.ej_nav&gt;ul&gt;li.active&gt;div:after{
    color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;div:hover{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;div:hover:after{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;div:hover a{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;ul{
	padding-right:5px;
	padding-left:15px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li{
	 border-bottom: 1px dotted #e4e4e4;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li:last-child{
	border:none;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div{
	color: #333;
    font-weight: normal;
    padding-left: 14px;
    font-size: 14px;
    line-height: 40px;
	position:relative;
	cursor: pointer;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 40px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div&gt;a{
	display:block;
    color: #666;
    font-size: 12px;
    line-height: 36px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li.active&gt;div,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li.active&gt;div:after,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li.active&gt;div&gt;a{
    color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover:after{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover a{
	color: #f60;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div{
	color: #333;
    font-weight: normal;
    padding-left: 14px;
    font-size: 14px;
    line-height: 40px;
	position:relative;
	cursor: pointer;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 40px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul{
	padding-left:10px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div&gt;a{
	display:block;
    color: #666;
    font-size: 12px;
    line-height: 36px;
}
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li.active&gt;div,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li.active&gt;div&gt;a,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li.active&gt;div:after,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover a,
.ej_nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;div:hover:after{
	color:#f60;
}
.content_box1_c{
	width:855px;
	float:left;
}
.content_box1_r{
	width:70px;
	float:right;
	margin-left:15px;
}
.ej_phone{
	margin-bottom:15px;
}
.ej_phonel{
    float: left;
    width: 58px;
}
.ej_phonel img{
    display:block;
	height:58px;
    width: 58px;
}
.ej_phoner{
	float: left;
    width: 167px;
    padding-left: 10px;
}
.ej_phoner h2 {
    font-size: 20px;
    color: #878787;
    line-height: 30px;
}
.ej_phoner p {
    font-size: 19px;
    color: #e17c05;
    line-height: 28px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#e17c05), to(#bb1805));
    background-image: linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 4s infinite linear;
    mask-image: gradient(linear, 0 0, 0 bottom, from(#fff), to(#2d47df));
}
.ej_wx{
	margin-bottom:15px;
}
.ej_wx img{
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
}
.ej_wx p{
	font-size:12px;
	color:#000;
	line-height: 20px;
	text-align: center;
	margin-top:6px;
}
.content_box1_r1{
	width: 70px;
    margin-bottom: 10px;
    text-align: center;
    background: #FFF;
    color: #999;
    border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.content_box1_r1 a{
	display:block;
    padding: 8px 0px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.content_box1_r1p{
	width: 35px;
    height: 35px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.content_box1_r1p img{
	display: block;
    width: 105px;
    height: 35px;
    position: absolute;
    top: 0;
    left: -70px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.content_box1_r1 a p {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 16px;
    margin-top: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.content_box1_r1 a:hover {
    background-color: #f18e10;
}
.content_box1_r1 a:hover .content_box1_r1p img {
    left: 0;
}
.content_box1_r1 a:hover p {
    color: #fff;
}

.content_box1_c_t{
	width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 3px solid #db411d;
}
.content_box1_c_t p{
	font-size: 12px;
    color: #333;
	line-height: 18px;
}
.content_box1_c_t p a{
	font-size: 12px;
    color: #f18612;
	line-height: 18px;
}
.content_box1_c_t p a:hover{
	color:#ff6600;
}
.content_box1_c_t p a span{
	font-size: 12px;
    color: #333;
	line-height: 18px;
}
.content_box1_c_t p a span:hover{
	 color: #f18612;
}
.content_box1_c_p{
	padding-top:10px;
	padding-bottom:10px;
}
.content_box1_c_p img{
	display:block;
	width:100%;
}
.content_box1_c_b1{
	border: 1px solid #ddd;
    padding: 20px 20px;
    background: #FFF;
}
.content_box1_c_b1_t{
	border-bottom: 1px #dcdcdc dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.content_box1_c_b1_t h2{
    font-size:21px;
	color: #666;
}
.content_box1_c_b1_tl{
	float:left;
}
.content_box1_c_b1_tl h2{
    font-size:21px;
	color: #666;
}
.content_box1_c_b1_tr{
	float:right;
}
.content_box1_c_b1_tr&gt;a{
	float:right;
	display:block;
	width:20px;
	height:20px;
	margin-left:6px;
}
.content_box1_c_b1_tr&gt;a&gt;img{
	display:block;
	width:20px;
	height:20px;
}
.content_box1_c_b1_tr&gt;a&gt;i{
	display:block;
	width:20px;
	height:20px;
	line-height: 20px;
	text-align: right;
	color:#999;
	font-size:14px;
}
.ej_lb1 li a{
	display:block;
    padding: 10px 0px;
	border-bottom: dotted 1px #eee;
}
.ej_lb1 li a p{
	float:left;
	width:725px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-left:10px;
	position:relative;
}
.ej_lb1 li a p:after {
    content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #f60;
    line-height: 16px;
}
.ej_lb1 li a span{
	float:left;
	width:80px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-align: right;
}
.ej_lb1 li a:hover p,
.ej_lb1 li a:hover span{
	color:#f60;
}

.content_box1_c_b1_t1{
    padding: 10px 0px;
	border-bottom: 1px #dcdcdc dashed;
}
.content_box1_c_b1_t1 h2{
	font-size:21px;
	color:#666;
	line-height: 30px;
	text-align: center;
}
.content_box1_c_b1_t1 p{
	font-size:12px;
	color:#999;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
}
.content_box1_c_b1_t1 p span{
	font-size:12px;
	color:#999;
	line-height: 24px;
	margin:0 10px;
}
.content_box1_c_b1_c2{
	padding-top:20px;
}
.content_box1_c_b1_c2 p img{
	text-align: center;
}
.content_box1_c_b1_c3{
	padding-top:20px;
}

.content_box1_c_b1_t2 h2{
	text-align: center;
    border-bottom: 1px dashed #ff9900;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 10px;
    color: #666;
}
.ej_security{
	padding:0 50px;
}
.ej_security li{
	padding:10px 0;
}
.ej_security li h2{
	float:left;
	width:313px;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
.ej_security li p{
	float:left;
	width:200px;
	font-size: 21px;
	line-height: 24px;
	color: red;
}
.ej_security li span{
	display:block;
	float:left;
	width:170px;
	font-size: 21px;
	line-height: 24px;

	text-align: right;
}
.ej_security li.down p,
.ej_security li.down span{

}

.ej_lb2{
	padding-top:20px;
}
.ej_lb2_b{
	margin-bottom:20px;
}
.ej_lb2_b a{
	display:block;
}
.ej_lb2_p{
	position:relative;
	overflow: hidden;
}
.ej_lb2_p img{
	display:block;
	width:258px;
	height:169px;
	position:relative;
	z-index: 2;
}
.ej_lb2_ph{
	position:absolute;
	width:70%;
	height:70%;
	top:15%;
	left:15%;
	background-image: url(../images/bg.png);
	background-size: 100% 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_lb2_phb{
	width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
}
.ej_lb2_phb:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 2s infinite forwards linear 1s;
    animation: icon-bubble 2s infinite forwards linear 1s;
}
.ej_lb2_phb:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 2s infinite forwards linear;
    animation: icon-bubble 2s infinite forwards linear;
}
.ej_lb2_ph i{
	display:block;
	font-size:48px;
	line-height: 48px;
	color:#fff;
}
.ej_lb2_b a:hover .ej_lb2_ph{
	z-index: 3;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity: 1;
}
.ej_lb2_phb1{
	width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
}
.ej_lb2_ph1 i{
	display:block;
	font-size:48px;
	line-height: 48px;
	color:#fff;
}
@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
.ej_lb2_w p{
	padding:4px 6px;
	font-size:13px;
	line-height: 24px;
	text-align: center;
	color:#ff6600;
	height:72px;
	overflow: hidden;
}

.content_box1_c_jsq{
	padding:20px;
	border:1px solid #dcdcdc;
	margin-top:10px;
}
.content_box1_c_jsq_t h2{
	text-align: center;
    font-size: 21px;
	line-height: 30px;
    padding: 10px 0px;
	border-bottom: 1px #dcdcdc dashed;
}

/*计算器1*/
.calculator1{
	padding-top:20px;
}
.calculator1_1{
	margin-bottom:15px;
}
.calculator1_l{
	float:left;
	width:170px;
}
.calculator1_l h2{
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator1_r{
	float:left;
	width:643px;
}
.calculator1_r select{
	display:block;
	width:200px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator1_r select option{
	display:block;
	width:100%;
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator1_r input{
	display:block;
	width:600px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
input[disabled], 
input[readonly], 
fieldset[disabled] input{
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}
.calculator1_l input{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calculator1_p{
	display: block;
    color: #666;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 6px;
	font-weight: bold;
}
.calculator1_2{
	text-align:center;
}
.calculator1_2 input{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*计算器2*/
.calculator2{
	padding-top:20px;
	width:720px;
	margin:0 auto;
}
.calculator2_1{
	margin-bottom:15px;
}
.calculator2_l{
	float:left;
	width:80px;
}
.calculator2_l h2{
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator2_r{
	float:left;
	width:640px;
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator2_r select{
	display:block;
	width:200px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator2_r select option{
	display:block;
	width:100%;
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator2_r input{
	display:inline-block;
	width:540px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
	margin-right:15px;
}
.calculator2_r textarea{
	display:block;
	width:540px;
	height:140px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 24px;
	padding:10px;
	margin-right:10px;
	outline: none;
	resize:none;
}
.calculator2_c{
	text-align:center;
}
.calculator2_c input{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calculator2_p1{
	display:block;
	color:#ffa200;
	font-size:13px;
	line-height: 24px;
	text-align: center;
	margin:15px 0;
}
.calculator2_p2{
	display:block;
	color:#666;
	font-size:13px;
	line-height: 24px;
	text-align: center;
	margin-bottom:6px;
}

/*计算器3*/
.calculator3{
	padding-top:20px;
	width:600px;
	margin:0 auto;
}
.calculator3_1{
	margin-bottom:15px;
}
.calculator3_l{
	float:left;
	width:80px;
}
.calculator3_l h2{
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator3_r{
	float:left;
	width:400px;
}
.calculator3_r select{
	display:block;
	width:200px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator3_r select option{
	display:block;
	width:100%;
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator3_r input{
	display:block;
	width:400px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator3_2 input{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calculator3_2 p{
    color: #666;
    font-size: 13px;
    line-height: 24px;
	margin-top:6px;
}

/*计算器4*/
.calculator4{
	padding-top:20px;
	width:600px;
	margin:0 auto;
}
.calculator4_1{
	margin-bottom:15px;
}
.calculator4_l{
	float:left;
	width:170px;
}
.calculator4_l h2{
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator4_r{
	float:left;
	width:400px;
}
.calculator4_r select{
	display:block;
	width:200px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator4_r select option{
	display:block;
	width:100%;
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator4_r input{
	display:block;
	width:400px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator4_2{
	text-align:center;
}
.calculator4_2 input{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*计算器5*/
.calculator5{
	padding-top:20px;
	width:600px;
	margin:0 auto;
}
.calculator5_1{
	margin-bottom:15px;
}
.calculator5_l h2{
	font-size:14px;
	color:#333;
	line-height: 34px;
}
.calculator5_r input{
	display:block;
	width:600px;
	height:34px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#333;
	line-height: 34px;
	padding:0 10px;
}
.calculator5_2 p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    margin-top: 6px;
}
/*二级-内容 end*/

/*page*/
.page{
	padding-top:20px;
	text-align: center;
}
.page span{
	font-size:12px;
	line-height: 26px;
	color:#000;
    display: inline-block;
}
.page a{
	font-size:12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 26px;
    border: 1px #eee solid;
    display: inline-block;
    margin: 0 6px;
    background: #eee;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
}
.page a:hover{
	border: 1px #F90 solid;
    background: #F90;
    color: #FFF;
}
.page span select{
	margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
	border: 1px #c4c4c4 solid;
	font-size:12px;
	line-height: 26px;
}
/*page end*/

/*二级 end*/

/*二级首页*/
/*个人金融*/
.ej_index_box{
	width:100%;
	min-width:1300px;
	margin:0 auto;
}
.ej_index{
	width:1180px;
	margin:0 auto;
}
.ej_index_l1l{
	padding:20px;
	border:1px solid #dcdcdc;
	height:245px;
}
.ej_index_l1r{
	padding:20px;
	border:1px solid #dcdcdc;
	height:245px;
}
.ej_index_l1{
	margin-top:15px;
	margin-bottom:15px;
}
.ej_index_l1l_p,
.ej_index_l1l_p a,
.ej_index_l1l_p a img{
	display:block;
	width:338px;
	height:135px;
}
.ej_index_l1l_w{
	margin-top:30px;
	height:32px;
}
.ej_index_l1l_w1 a{
	display:block;
	border:1px solid #dcdcdc;
	text-align: center;
	color: #333;
    font-size: 12px;
    line-height: 30px;
	font-family: "宋体";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	z-index: 2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_index_l1l_w1 a:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:0;
	background-color:#f18e10;
	z-index: -1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.ej_index_l1l_w1 a:hover{
	color:#fff;
}
.ej_index_l1l_w1 a:hover:after{
	left:0;
	right:auto;
	width:100%;
}

.ej_index_r1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ej_index_r1{
	border:1px solid #dcdcdc;
	height:245px;
}
#tab4{
	border-top: 2px #fa7056 solid;
	padding:15px;
	padding-bottom:0;
}
#tab4 .j-tab-nav a{
    display: block;
    float: left;
    /*width: 33.33333%;*/
	width: 50%;
    text-align: center;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
	
	font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
}
#tab4 .j-tab-nav a.current {
    color: #fc6a09;
    position: relative;
}
#tab4 .j-tab-nav a.current:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background-color: #fc6a09;
}
#tab4 .j-tab-con {
    height: 194px;
}
.tab4_item1{
	padding-top:6px;
}
.tab4_item1 ul li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #eee;
    padding-left: 14px;
    position: relative;
	color: #333;
    font-family: "宋体";
}
.tab4_item1 ul li a:after {
        content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height:30px;
}
.tab4_item1 ul li a:hover{
	color: #f60;
}
.tab4_item1 ul li a:hover:after{
	color: #f60;
}
.tab4_item2{
	padding-top:6px;
}
#tab4 .index_banner_1 {
    width: 100%;
    height: 126px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
    margin: 0 auto;
}
#tab4 .index_banner_1&gt;a {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#tab4 .index_banner_1&gt;a&gt;img {
    display: block;
    width: auto;
    height: 126px;
	margin:0 auto;
}
#tab4 .sx&gt;div {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    z-index: 1;
    cursor: pointer;
}
#tab4 .sx&gt;div.s {
    left: 4px;
}
#tab4 .sx&gt;div.x {
    right: 4px;
}
#tab4 .sx&gt;div&gt;img {
    display: block;
	width: 32px;
    height: 45px;
}
.tab4_item2 ul li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #eee;
    padding-left: 14px;
    position: relative;
	
	color: #333;
    font-family: "宋体";
}
.tab4_item2 ul li a:after {
        content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height:30px;
}
.tab4_item2 ul li a:hover{
	color: #f60;
}
.tab4_item2 ul li a:hover:after{
	color: #f60;
}
.ej_index_l2{
	padding:20px;
	border:1px solid #dcdcdc;
	margin-bottom:15px;
	height: 354px;
}
.ej_index_l21{
	height:312px;
}
.ej_index_l21t {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px #dcdcdc dotted;    
	height: 190px;
}
.ej_index_l21t a img{
	display:block;
	width:232px;
	height:103px;
	margin:0 auto;
}
.ej_index_l21t a h2{
	font-size: 16px;
    color: #333;
	line-height: 24px;
	height:24px;
	margin-top:10px;
	margin-bottom:10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-left:20px;
}
.ej_index_l21t a h2 i{
	font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
	color: #c62a3d;
    font-weight: bold;
}
.ej_index_l21t a:hover h2{
	color: #fc6a09;
}
.ej_index_l21t a p{
    font-size: 12px;
    color: #7e7e7e;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 32px;padding-left:20px;
}
.ej_index_l21b{
	height:112px;
}
.ej_index_l21b ul li{
	float:left;
	width:50%;
}
.ej_index_l21b.ej_index_l21b_f ul li{
	width:100%;
}
.ej_index_l21b ul li a{
	display:block;
	font-size: 12px;
    line-height: 28px;
    color: #666;
	padding-left: 12px;
    position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_index_l21b ul li a:after{
	    content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 28px;
}
.ej_index_l21b ul li a:hover{
	color: #f60;
}
.ej_index_l21b ul li a:hover:after{
	color: #f60;
}
.ej_index_r2{
	padding:20px;
	border:1px solid #dcdcdc;
	margin-bottom:15px;
	height:354px;
}
.ej_index_r2t{
	height:31px;
}
.ej_index_r2t a h2 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	height: 31px;
	
	font-weight: bold;
    font-family: 微软雅黑;
    color: #f35e26;
}
.ej_index_r2c{
	height:158px;
}
.ej_index_r2c ul li {
    float: left;
    width: 50%;
}
.ej_index_r2c ul{
	padding:15px 0;
	height: 158px;
}
.ej_index_r2c ul li a {
    display: block;
    padding: 17px 0;
}
.ej_index_r2c ul li a img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}
.ej_index_r2c ul li a p {
    float: left;
    width: 137px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_index_r2c ul li a:hover p{
	color: #f60;
}
.ej_index_r2b{
	border-top: 1px solid #bbbbbb;
	padding-top:37px;
	height: 123px;
}
.ej_index_r2bl{
	float: left;
    width: 58px;
}
.ej_index_r2bl img {
    display: block;
    width: 58px;
    height: 58px;
}
.ej_index_r2br{
	float: left;
    width: 278px;
    padding-left: 20px;
}
.ej_index_r2br h2 {
    font-size: 20px;
    color: #878787;
    line-height: 30px;
}
.ej_index_r2br p {
    font-size: 20px;
    color: #e17c05;
    line-height: 28px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#e17c05), to(#bb1805));
    background-image: linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 4s infinite linear;
    mask-image: gradient(linear, 0 0, 0 bottom, from(#fff), to(#2d47df));
}
.ej_index_l3{
	padding:20px;
	border:1px solid #dcdcdc;
	margin-bottom:15px;
	height:197px;
}
#tab5 .j-tab-nav{
	height:32px;
}
#tab5 .j-tab-nav a{
	display: block;
    padding: 0 20px;
    float: left;
    font-size: 16px;
    color: #333;
	font-weight: bold;
    line-height: 32px;
}
#tab5 .j-tab-nav a.current{
	color: #f35e26;
	position:relative;
}
#tab5 .j-tab-nav a.current:after{
	content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background-color: #f35e26;
}
#tab5 .j-tab-con{
	padding-top:15px;
	height: 120px;
}
.tab5_item1 ul li{
	float:left;
	width:50%;
	padding-right:4px;
}
.tab5_item1 ul li a {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  /*  border-bottom: 1px dashed #eee;*/
    padding-left: 12px;
    position: relative;
	font-family: "宋体";
}
.tab5_item1 ul li a:after {
   content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 36px;
}
.tab5_item1 ul li a:hover{
	color: #f60;
}
.tab5_item1 ul li a:hover:after{
	color: #f60;
}
.ej_index_r3{
	padding:30px 20px;
	border:1px solid #dcdcdc;
	margin-bottom:15px;
	height:197px;
}
.ej_index_r3l{
	float:left;
	width:50%;
	padding-top:27px;
}
.ej_index_r3l img{
	display:block;
	width:100%;
}
.ej_index_r3l p{
	color: #f35e26;
	font-size:20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.ej_index_r3r{
	float:left;
	width:50%;
}
.ej_index_r3r img{
	display:block;
	width:169px;
	height:135px;
	margin:0 auto;
	margin-left:10px;
}

.ej_index1{
	width:1180px;
	margin:0 auto;
}
.ej_index1_nav{
	width:1180px;
	margin:0 auto;
    background: #d0ac5f;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	color: #fff;
}
.ej_index1_nav p a{
	font-size: 16px;
    color: #fff;
	line-height: 20px;
	padding:0 30px;
	font-family: '宋体';
}
.ej_index1_nav p a:hover {
    color: #f3ddad;
}
.ej_index1_c{
	padding-top:15px;
}
.ej_index1_l1{
	width:330px;
	height:280px;
	float:left;
	padding-right:10px;
	margin-bottom:15px;
}
.ej_index1_l1 a img{
	display:block;
	width:320px;
	height:280px;
}
.ej_index1_l2{
	width:550px;
	float:left;
	padding:0 10px;
}
.ej_index1_l2_1{
	width: 100%;
	height:132.5px;
    border: 1px solid #e7e0cf;
    display: inline-block;
    color: #6d604f;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #f6f1db;
    line-height: 24px;
}
.ej_index1_l2_1:hover{
	background: #f8f5e9;
}
.ej_index1_l2_1_t{
    padding-top: 5px;
	padding-bottom:10px;
	border-bottom:1px solid #e7e0cf;
}
.ej_index1_l2_1_t&gt;img {
    display: block;
    float: left;
	width:24px;
	height:24px;
}
.ej_index1_l2_1_t&gt;p {
    float: left;
    margin-left:10px;
	color: #b89956;
    font-size: 20px;
	line-height: 24px;
}
.ej_index1_l2_1&gt;a&gt;p{
    line-height: 28px;
    margin-top: 10px;
	color: #6d604f;
	font-size:13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:56px;
}
.ej_index1_l3{
	padding-right:10px;
    float: left;
	height:243px;
}
.ej_index1_l3b{
	width: 100%;
    border: 1px solid #d4c399;
    padding: 15px;
}
.ej_index1_l3_t{
	padding-top:10px;
	padding-bottom:20px;
	border-bottom: 1px solid #d4c399;
}
.ej_index1_l3_t&gt;a&gt;img {
    display: block;
	width:24px;
	height:24px;
    float: left;
}
.ej_index1_l3_t&gt;a&gt;h2 {
    float: left;
	color: #b89956;
    font-size: 20px;
	line-height: 24px;
	margin-left:8px;
}
.ej_index1_l3_t&gt;a&gt;span {
    float: right;
	color: #b79855;
    font-size: 12px;
	line-height: 24px;
}
.ej_index1_l3_c{
	padding-top: 30px;
    padding-bottom: 10px;
}
.ej_index1_l3_c1b{
	position:relative;
	width:414px;
	height:116px;
}
.ej_index1_l3_c1b img{
	display:block;
	width:414px;
	height:116px;
}
.ej_index1_l3_c1bb{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: rgba(146,118,78,0.7);
    padding: 5px 10px;
}
.ej_index1_l3_c1bb p{
	font-size:12px;
	color:#fff;
	line-height: 20px;
}
.ej_index1_l3_c1 a:hover .ej_index1_l3_c1bb{
	background: rgba(0,0,0,0.7);
}

.ej_index1_r{
	padding-left:0!important;
}
.ej_index1_r1{
	height:280px;
	margin-bottom:15px;
}
.ej_index1_r1 ul li{
	margin-bottom:15px;
}
.ej_index1_r1 ul li:last-child{
	margin-bottom:0;
}
.ej_index1_r1 ul li a{
	color: #FFF;
    font-size: 14px;
	line-height: 24px;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    /*background: #92764e;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	z-index: 3;
}
.ej_index1_r1 ul li a:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#92764e;
	z-index: -1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_index1_r1 ul li a:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:0;
	background:#d0ac5f;
	z-index: -1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_index1_r1 ul li a:hover:after{
    right:auto;
	left:0;
	width:100%;
}
.ej_index1_r2{
	margin-bottom:10px;
}
.ej_index1_r2l{
	float:left;
	width: 58px;
    height: 58px;
}
.ej_index1_r2l img{
	display:block;
	width: 58px;
    height: 58px;
}
.ej_index1_r2r{
	float: left;
    width: 220px;
    padding-left: 10px;
}
.ej_index1_r2r h2 {
    font-size: 20px;
    color: #878787;
    line-height: 30px;
}
.ej_index1_r2r p {
    font-size: 20px;
    color: #e17c05;
    line-height: 28px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#e17c05), to(#bb1805));
    background-image: linear-gradient(left, #e17c05, #bb1805 25%, #e17c05 50%, #bb1805 75%, #e17c05);
    text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 4s infinite linear;
    mask-image: gradient(linear, 0 0, 0 bottom, from(#fff), to(#2d47df));
}
.ej_index1_r3{
	margin-bottom:15px;
}
.ej_index1_r3 img{
	display:block;
	margin:0 auto;
	width:150px;
	height:150px;
}
.ej_index1_r3 p{
	font-size: 12px;
    color: #000;
    line-height: 20px;
    text-align: center;
    margin-top: 6px;
}

.ej_index2{
	width:1180px;
	margin:0 auto;
	padding-top:30px;
}
.ej_index2_1l{
	margin-bottom:20px;
}
.ej_index2_1lt a h2 {
    font-size: 18px;
    line-height: 40px;
	height:40px;
    color: #d66008;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_index2_1lt a:hover h2{
	color:#333;
}
.ej_index2_1lp a p{
    margin-top:10px;
	margin-bottom:20px;
    font-size: 12px;
    line-height: 22px;
	height:22px;
    color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_index2_1li a{
	display:block;
	padding:6px;
	border:1px solid #ddd;
	box-shadow: 0px 1px 6px 0px #cccccc;
}
.ej_index2_1li{
	height:203px;
}
.ej_index2_1li a img{
    display:block;
	width:366px;
	height:189px;
}
.ej_index2_1lu{
	margin-top:15px;
	height:90px;
}
.ej_index2_1lu li a{
	display:block;
	color: #333;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index2_1lu li a:after {
   content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 30px;
}
.ej_index2_1lu li a:hover{
	color: #f60;
}
.ej_index2_1lu li a:hover:after{
	color: #f60;
}
.ej_index2_1lm a{
	display:block;
	height: 24px;
	font-size: 12px;
    line-height: 24px;
    color: #d66008;
	text-align: right;
}
.ej_index2_1lm a:hover{
	color:#333;
}
.ej_index2_2_t{
	margin-bottom:20px;
}
.ej_index2_2_t h2 a{
	font-size:20px;
	color:#000;
	line-height: 20px;
}
.ej_index2_2_t h2 a img{
	display:block;
	width:162px;
	height:32px;
}
.ej_index2_2_t h2 a:hover{
	color: #d66008;
}
.ej_index2_2_b1_i a{
	display: block;
    padding: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 6px 0px #cccccc;
}
.ej_index2_2_b1_i{
	height:144px;
}
.ej_index2_2_b1_i a img{
	display: block;
    width:266px;
	height:130px;
}
.ej_index2_2_b1{
	margin-bottom:20px;
}
.ej_index2_2_b1_h{
	height:38px;
}
.ej_index2_2_b1_h a p{
	font-size: 14px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 38px;
    color: #d66008;
	float:left;
}
.ej_index2_2_b1_h a span{
    font-family: "宋体";
    font-size: 12px;
    line-height: 38px;
    color: #666;
	float:right;
}
.ej_index2_2_b1_h a:hover p{
	color: #333;
}
.ej_index2_2_b1_h a:hover span{
	color: #d66008;
}
.ej_index2_2_b1_l{
	margin-top:6px;
	height: 81px;
}
.ej_index2_2_b1_l li a{
	display:block;
	line-height: 26px;
    color: #333;
    font-size: 12px;
	border-bottom: 1px #efefef solid;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 12px;
    position: relative;
}
.ej_index2_2_b1_l li a:after {
  content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height: 26px;
}
.ej_index2_2_b1_l li a:hover{
	color: #f60;
}
.ej_index2_2_b1_l li a:hover:after{
	color: #f60;
}

.ej_index_l4{
	padding:20px;
	border:1px solid #ddd;
	margin:15px 0;
	height:320px;
}
.ej_index_l4_t h2 a{
	display:block;
	line-height: 20px;
	padding-bottom:10px;
	
	font-size: 18px;
    font-family: "微软雅黑", Arial, "宋体";
    color: #000;
}
.ej_index_l4_t h2 a:hover{
	color:#f60;
}
.ej_index_l4_c1_t a{
	display:block;
	padding-top: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
	height:56px;
}
.ej_index_l4_c1_t a img{
	display:block;
	width:35px;
	height:35px;
	float:left;
}
.ej_index_l4_c1_t a h2{
	float: left;
    padding-top: 20px;
	line-height: 14px;
	font-size: 14px;
    color: #e17a01;
	margin-left:6px;
}
.ej_index_l4_c1_t a h2:hover{
	color:#333;
}
.ej_index_l4_c1_c{
	margin-top:10px;
	height:58px;
}
.ej_index_l4_c1_c1 li{
	float:left;
	width:50%;
	padding-right:10px;
}
.ej_index_l4_c1_c li a{
	display:block;
	color: #666;
	font-size:12px;
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_l4_c1_c li a:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
	
}
.ej_index_l4_c1_c li a:hover{
	color: #f60;
}
.ej_index_l4_c1_c li a:hover:after{
	color: #f60;
}
.ej_index_l5{
	margin-bottom:15px;
}
.ej_index_l5 a,
.ej_index_l5 a img{
	display:block;
	width:780px;
	height:120px;
}
.ej_index_l6{
	margin-bottom:15px;
}
.ej_index_l6l a img{
	display:block;
	width:155px;
	height:198px;
}
.ej_index_l6r{
	padding-left:0px;
}
.ej_index_l6r_t h2 a{
	display:block;
	font-size: 18px;
	line-height: 20px;
    color: #db411d;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 30px 0px 30px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ej_index_l6r_t h2 a:hover{
	color:#333;
}
.ej_index_l6r_c p{
	font-size: 12px;
    line-height: 24px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}
.ej_index_l6r_c a{
	font-size: 12px;
    line-height: 24px;
	color: #e17a01;
}
.ej_index_l6r_c a:hover{
	color:#333;
}
.ej_index_r4{
	padding:20px;
	border:1px solid #ddd;
	margin:15px 0;
	height:320px;
}
.ej_index_r4_t{
	height:30px;
}
.ej_index_r4_t h2 a {
	font-family: "微软雅黑", Arial, "宋体";
    display: block;
    font-size: 18px;
    color: #db411d;
    line-height: 20px;
    padding-bottom: 10px;
}
.ej_index_r4_t h2 a:hover{
	color:#333;
}
.ej_index_r4_i{height:152px;}
.ej_index_r4_i a img{
	display:block;
	width:338px;
	height:152px;
}
.ej_index_r4_p a p{
	margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:66px;
}
.ej_index_r4_s a{
	display:block;
	color: #f18e0f;
	font-size:12px;
	line-height: 20px;
	height: 20px;
}
.ej_index_r4_s a:hover{
	color:#333;
}
.ej_index_r5 img{
	display:block;
	width:380px;
	height:330px;
}

.ej_index_l7{
	margin:15px 0;
	padding: 29px 20px;
    border: 1px solid #e75c00;
	background: #fffdf5;
	height: 306px;
}
.ej_index_l7l a{
	display:block;
	padding-top:20px;
}
.ej_index_l7l a img{
	display:block;
	width:258px;
	height:197px;
	margin:0 auto;
}
.ej_index_l7r h2{
	margin-bottom:20px;
	height:50px;
}
.ej_index_l7r h2 span{
	display:block;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
	line-height: 20px;
	float:left;
	margin-left:15px;
	font-family: "微软雅黑", Arial, "宋体";
}
.ej_index_l7r h2 img{
	display:block;
	width:127px;
	height:50px;
	float:left;
}
.ej_index_l7r p{
	font-size: 14px;
    color: #F60;
	line-height: 20px;
	margin-bottom:14px;
	font-weight: bold;
	height:21px;
}
.ej_index_l7r p i{
	font-size: 18px;
    color: limegreen;
	line-height: 20px;
	font-weight: bold;
	margin-right:6px;
}
.ej_index_l7r a{
	display:block;
	text-align: center;
    color: #fff;
    background: #0995de;
    font-size: 14px;
    cursor: pointer;
	width:96px;
	height:36px;
	line-height: 36px;
}
.ej_index_l7r a:hover{
	background: #086596;
}
.ej_index_l8{
	padding: 20px;
    border: 1px solid #ddd;
	margin-bottom:15px;
	position:relative;
	    height: 552px;
}
.ej_index_l8:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background-image: url(../images/internet_3.png);
	width:49px;
	height:47px;
}
.ej_index_l8_t h2{
	/*width:240px;
	margin:0 auto;*/
	padding-left:250px;
}
.ej_index_l8_t&gt;h2&gt;img{
	display: block;
    width: 127px;
    height: 50px;
    float: left;
}
.ej_index_l8_t&gt;h2&gt;span {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
    line-height: 20px;
    float: left;
    margin-left: 15px;
}
.ej_index_l8_t&gt;img{
	display:block;
	margin:10px auto;
}
.ej_index_l8_t1{
	float:left;
	width:33.33333333%;
	text-align: center;
	padding:0 5px;
}
.ej_index_l8_t1&gt;a,
.ej_index_l8_t1&gt;a&gt;img{
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
}
.ej_index_l8_t1&gt;h2{
	height: 20px;
}
.ej_index_l8_t1&gt;h2&gt;a{
	display:block;
	font-size:16px;
	color: #ee7d00;
	font-weight: bold;
	line-height: 20px;
	margin-top:10px;
}
.ej_index_l8_t1&gt;h3{
	height:31px;
}
.ej_index_l8_t1&gt;h3&gt;a{
	display:block;
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
	color: #666;
    border-bottom: 1px dotted #999999;
    padding-bottom:10px;
    margin-bottom: 10px;
	margin-top:6px;
}
.ej_index_l8_t1&gt;span{
	display:block;
	color: #aaa;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -1px;
    padding-bottom: 5px;
	height:29px;
	    font-family: "宋体";
}
.ej_index_l8_t1&gt;p{
	display:block;
	color: #666;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -1px;
    padding-bottom: 5px;
	height:29px;
}
.ej_index_l8_t1&gt;h4{
	font-size: 12px;
	color: #666;
    line-height: 24px;
	height:29px;
}
.ej_index_l8_t1&gt;h4&gt;span{
	font-size: 24px;
	font-weight: bold;
	color: #e75c00;
    line-height: 24px;
}
.ej_index_l8_t1&gt;h5{
	font-size: 12px;
	color: #666;
    line-height: 24px;
	height:29px;
}
.ej_index_l8_t1&gt;h5&gt;span{
	font-size: 18px;
	font-weight: bold;
	color: #F90;
    line-height: 24px;
}
.ej_index_l8_t1&gt;h6&gt;a{
	display:block;
	width:96px;
	height:36px;
	color: #fff;
    background: #0995de;
    margin: 10px auto;
    font-size: 14px;
	line-height: 36px;
    cursor: pointer;
}
.ej_index_l8_t1&gt;h6&gt;a:hover{
	background: #086596;
}

.ej_index_r7{
	margin:15px 0;
	padding: 20px;
    border: 1px solid #ddd;
	height: 306px;
}
.ej_index_r7_t a h2{
	color: #db411d;
    font-size: 18px;
	line-height: 20px;
	float:left;font-family: "微软雅黑", Arial, "宋体";
}
.ej_index_r7_t a span{
	color: #f18e0f;;
    font-size: 12px;
	line-height: 12px;
	float:right;
	padding-top:8px;
}
.ej_index_r7_t a:hover h2,
.ej_index_r7_t a:hover span{
	color:#333;
}
.ej_index_r7_i{
	margin:10px 0;
}
.ej_index_r7_i a,
.ej_index_r7_i a img{
	display:block;
	width:338px;
	height:152px;
}
.ej_index_r7_p a p{
	font-size:12px;
	color: #666;
    line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height:72px;
}
.ej_index_r8{
	margin-bottom:15px;
	padding: 20px;
    border: 1px solid #ddd;
	height: 290px;
}
.ej_index_r8_u{
	margin:10px 0;
	padding-bottom:8px;
	border-bottom: 1px dotted #999999;
	height:129px;
}
.ej_index_r8_u&gt;ul&gt;li&gt;a{
	display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_r8_u&gt;ul&gt;li&gt;a:after{
	    content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ej_index_r8_u&gt;ul&gt;li&gt;a:hover{
	color: #f60;
}
.ej_index_r8_u&gt;ul&gt;li&gt;a:hover:after{
	color: #f60;
}
.ej_index_r8_a{
	height:80px;
}
.ej_index_r8_a1{
	width: 33.333333%;
    float: left;
}
.ej_index_r8_a1 a {
    display: block;
    width: 80px;
    margin: 0 auto;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_index_r8_a1p {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ej_index_r8_a1p img {
    display: block;
    width: 108px;
    height: 36px;
    position: absolute;
    top: 0;
    left: -72px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_index_r8_a1 a p {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ej_index_r8_a1 a:hover {
    background-color: #f18e10;
}
.ej_index_r8_a1 a:hover p{
    color: #fff;
}
.ej_index_r8_a1 a:hover .ej_index_r8_a1p img {
	left:0;
}

.ej_index_l9{
	margin:15px 0;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.ej_index_l91{
	width:50%;
	float:left;
	padding:30px 20px;
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.ej_index_l91_t a {
    display: block;
	height:37px;
}
.ej_index_l91_t a h2 {
    font-size: 18px;
    line-height: 35px;
    color: #000;
}
.ej_index_l91_t a:hover h2{
	color:#f60;;
}
.ej_index_l91_t a h2 img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.ej_index_l91_c {
    padding-top: 20px;
    padding-bottom: 10px;
}
.ej_index_l91_c p {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
}
.ej_index_l91_bl {
    float: left;
    width: 50%;
    padding-top: 5px;
}
.ej_index_l91_bl ul li {
    width: 50%;
    float: left;
}
.ej_index_l91_bl ul li a {
    display: block;
    font-size: 12px;
    color: #f60;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_index_l91_bl ul li a:after {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #f60;
    line-height: 30px;
}
.ej_index_l91_bl ul li a:hover{
	color:#333;
}
.ej_index_l91_br {
    float: left;
    width: 50%;
}
.ej_index_l91_br img {
    display: block;
    width: 112px;
    height: 70px;
    margin-left: 20px;
}
.ej_index_l10{
	margin-bottom:15px;
}
.ej_index_l10_1&gt;a{
	display:block;
	width:100%;
	border: 1px solid #CCC;
	padding:10px;
	position:relative;
}
.ej_index_l10_1&gt;a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3px;
	background-color:#c81908;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	z-index: -1;
}
.ej_index_l10_1&gt;a&gt;img{
	display:block;
	width:35px;
	height:35px;
	float:left;
}
.ej_index_l10_1&gt;a&gt;p{
	float:left;
	font-size:12px;
	color:#666;
	line-height: 35px;
	margin-left:10px;
	width:105px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ej_index_l10_1&gt;a:hover:after{
	height:100%;
}
.ej_index_l10_1&gt;a:hover p{
	color:#fff;
}
.ej_index_r9{
	margin-top:15px;
	margin-bottom:11px;
	border: 1px solid #ddd;
}
#tab6{
	border-top: 2px #fa7056 solid;
	padding:15px;
	padding-bottom:0;
}
#tab6 .j-tab-nav a{
    display: block;
    float: left;
    /*width: 33.33333%;*/
	width: 50%;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
}
#tab6 .j-tab-nav a.current {
    color: #fc6a09;
    position: relative;
}
#tab6 .j-tab-nav a.current:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background-color: #fc6a09;
}
#tab6 .j-tab-con {
    height: 195px;
}

#tab6 .index_banner_1 {
	width: 100%;
	height: 126px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: #fff;
	margin: 0 auto;
}
#tab6 .index_banner_1&gt;a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#tab6 .index_banner_1&gt;a&gt;img {
	display: block;
	width: auto;
	height: 126px;
	margin:0 auto;
}
#tab6 .sx&gt;div {
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -20px;
	z-index: 1;
	cursor: pointer;
}
#tab6 .sx&gt;div.s {
	left: 4px;
}
#tab6 .sx&gt;div.x {
	right: 4px;
}
#tab6 .sx&gt;div&gt;img {
	display: block;
	width: 32px;
	height: 45px;
}


.tab6_item1{
	padding-top:6px;
}
.tab6_item1 ul li a {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #eee;
    padding-left: 10px;
    position: relative;    
	font-family: "宋体";
}
.tab6_item1 ul li a:after {
   content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #333;
    line-height:30px;
}
.tab6_item1 ul li a:hover{
	color:#f60;
}
.tab6_item1 ul li a:hover:after{
	color:#f60;
}
.ej_index_r10{
	border: 1px solid #ddd;
	padding:20px;
	margin-bottom:15px;
}
.ej_index_r10_t&gt;a&gt;h2{
	color: #db411d;
    font-size: 18px;
    line-height: 20px;
    float: left;
	font-family: "微软雅黑", Arial, "宋体";
}
.ej_index_r10_t&gt;a&gt;span {
    color: #f18e0f;
    font-size: 12px;
    line-height: 12px;
    float: right;
    padding-top: 8px;
}
.ej_index_r10_t&gt;a:hover h2,
.ej_index_r10_t&gt;a:hover span{
	color:#333;
}
.ej_index_r10_u {
    margin-top:10px;
	height:140px;
}
.ej_index_r10_u&gt;ul&gt;li&gt;a {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_r10_u&gt;ul&gt;li&gt;a:after {
    content: "·";
	font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ej_index_r10_u&gt;ul&gt;li&gt;a:hover{
	color: #f60;
}
.ej_index_r10_u&gt;ul&gt;li&gt;a:hover:after{
	color: #f60;
}
.ej_index_r11{
	margin-bottom:15px;
}
#owl-demo {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
#owl-demo .item {
    display: block;
    padding: 0 10px;
}
.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
	height:155px;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel .owl-item a{
	display:block;
}
.owl-carousel .owl-item a img{
	display:block;
	width:247px;
	height:155px;
}
.owl-carousel .owl-pagination{
	width:100%;
	height:20px;
	margin-top:2px;
	text-align: center;
}
.owl-carousel .owl-pagination .owl-page{
	display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ff6600;
}
.owl-carousel .owl-pagination .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-carousel .owl-buttons{
	display:none;
}
.ele_box{
	margin-bottom:10px;
}
.ele_box_t{
	border-radius: 5px;
    background: #f8f8f8;
    padding: 5px 10px;
	margin-bottom:6px;
}
.ele_box_t&gt;h2{
	color: #666;
	font-size:15px;
	line-height: 24px;
}
.ele_box_t&gt;h2&gt;span{
	font-size: 50px;
    line-height: 55px;
    color: #FFF;
    font-family: Arial;
    display: inline-block;
    background: #ff9900;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right:6px;
	position:relative;
}
.ele_box_t&gt;h2&gt;span:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-6px;
	width:11px;
	height:6px;
	background-image: url(../images/ele_f_6.gif);
	margin-left:-5.5px;
}
.ele_box_c{
	padding:10px 0;
}
.picl_t{
	padding:10px 0;
	text-align: center;
}
.picl_t p,
.picl_t p a{
	display:inline-block;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
	color:#333;
	margin:0 6px;
}
.picl_t p a.active{
	color: rgb(247, 142, 33);
}
.picl_w{
	margin-top:10px;
}
.picl_w1{
	margin-bottom:15px;
}
.picl_w1 a{
	display:block;
	height:263px;
}
.picl_w1p{
	/*height:210px;*/
}
.picl_w1p img{
	display:block;
	margin:0 auto;
}
.picl_w1 a p{
	text-align: center;
    color: rgb(255, 102, 0);
    font-size: 13px;
	line-height: 24px;
	width:80%;
	margin:0 auto;
	height:48px;
	margin-top:5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ej_index_l12{
	margin:15px 0;
	padding:20px;
	border: 1px solid #ddd;
	height:212px;
}
.ej_index_r12{
	margin:15px 0;
	padding:20px;
	border: 1px solid #ddd;
	height:212px;
}
.ej_index_l12_t&gt;a&gt;h2 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    float: left;
	font-family: "微软雅黑", Arial, "宋体";
}
.ej_index_l12_t&gt;a:hover h2{
	color:#f60;
}
.ej_index_l12_t&gt;a&gt;span {
    color: #f18e0f;
    font-size: 12px;
    line-height: 12px;
    float: right;
    padding-top: 8px;
}
.ej_index_l12_t&gt;a&gt;p {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    float: left;
	margin-left:10px;
    padding-top: 8px;
}
.ej_index_l12_c{
	margin-top:18px;
	margin-left:-10px;
	margin-right:-10px;
}
.ej_index_l12_c1{
	float:left;
	width:20%;
	padding:0 10px;
}
.ej_index_l12_c1 a{
	display:block;
}
.ej_index_l12_c1 a img{
	display:block;
	width:131px;
	height:82px;
}
.ej_index_l12_c1 a p{
	margin-top: 10px;
	text-align: center;
    font-size:12px;
	line-height: 20px;
    color: #666;
	height:40px;    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ej_index_l12_c1 a:hover p{
	color:#f60;
}
.ej_index_l13{
	padding:20px;
	padding-bottom:10px;
	border: 1px solid #ddd;
	margin-bottom:15px;
	height:373px;
}
.ej_index_l13_c1{
	margin-bottom:8px;
}
.ej_index_l13_c2{
	margin-bottom:8px;
}
.ej_index_l13_c2 .ej_index_l13_c1_c ul li{
	float:left;
	width:25%;
}
.ej_index_l13_c1_c{
	margin-top: 3px;
}
.ej_index_l13_c1_c li a {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_l13_c1_c li a:after{
        content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ej_index_l13_c1_c li a:hover{
	color: #f60;
}
.ej_index_l13_c1_c li a:hover:after{
	color: #f60;
}
.ej_index_r13{
	padding:20px;
	border: 1px solid #ddd;
	margin-bottom:15px;
	height:373px;
}
.ej_index_r13&gt;h2{
	text-align: center;
    font-size: 18px;
	line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
	color:#666;
	border-bottom:1px dashed #f60;
	margin-bottom:10px;
}
.ej_index_r13&gt;ul&gt;li{
	padding:6px 0;
}
.ej_index_r13&gt;ul&gt;li&gt;h2{
	width:136px;
	float:left;
	font-size: 12px;
	line-height: 25px;
	color:#000;
}
.ej_index_r13&gt;ul&gt;li&gt;p{
	width:100px;
	float:left;
	font-size: 12px;
	line-height: 25px;
	color:red;
}
.ej_index_r13&gt;ul&gt;li&gt;span{
	width:100px;
	float:left;
	font-size: 12px;
	line-height: 25px;
	color:red;
	text-align: right;
}
.ej_index_r13&gt;ul&gt;li.down&gt;p,
.ej_index_r13&gt;ul&gt;li.down&gt;span{
	color: green;
}
.ej_index_r13&gt;ul&gt;li.ping&gt;p,
.ej_index_r13&gt;ul&gt;li.ping&gt;span{
	color:#777;
}
.ej_index_r14{
	/*padding:20px;
	border: 1px solid #ddd;*/
	margin-bottom:15px;
	/*height:194px;*/
}
.ej_index_r14 a img{
	display:block;
	width:380px;
	height:124px;
}
.ej_index_l14l,
.ej_index_l14r{
	padding:20px;
	border: 1px solid #ddd;
	margin-bottom:15px;
	height:124px;
}
.ej_index_l14lu,
.ej_index_l14ru{
	margin-top: 14px;
	height:48px;
}
.ej_index_l14lu&gt;li{
	float:left;
	width:20%;
}
.ej_index_l14lu&gt;li&gt;a{
	display: block;
    color: #f60;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_l14lu&gt;li&gt;a:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ej_index_l14lu&gt;li&gt;a:hover{
	color: #666;
}
.ej_index_l14ru&gt;li&gt;a{
	display: block;
    color: #f60;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
}
.ej_index_l14ru&gt;li&gt;a:after{
	content: "·";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ej_index_l14ru&gt;li&gt;a:hover{
	color: #666;
}
.ej_index_l15{
	margin:15px 0;
	padding:20px;
	border: 1px solid #ddd;
}
.ej_index_l15_t{
	height:145px;
}
.ej_index_l15_tt&gt;a{
    display: block;
    height: 35px;
}
.ej_index_l15_tt&gt;a img {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
}
.ej_index_l15_tt&gt;a h2 {
	float: left;
    padding-top: 10px;
    line-height: 20px;
    color: #000;
    margin-left: 8px;
	font-size:18px;
}
.ej_index_l15_tt&gt;a:hover h2{
	color:#f60;
}
.ej_index_l15_tbl{
	padding-top:10px;
}
.ej_index_l15_tbl p{
	color:#999;
	line-height: 30px;
	font-size:12px;
	height:90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ej_index_l15_tbl p a{
	color: #f60;
	line-height: 30px;
	font-size:12px;
}
.ej_index_l15_tbl p a:hover{
	color:#333;
}
.ej_index_l15_tbr&gt;a,
.ej_index_l15_tbr&gt;a&gt;img{
	display:block;
	width:233px;
	height:110px;
}
.ej_index_r15{
	margin:15px 0;
	border: 1px solid #ddd;
}
.ej_index_l15_b{
	margin-top:18px;
	padding-top: 19px;
	border-top: 1px dotted #CCCCCC;
	height: 117px;
}
.ej_index_l15_bl&gt;a,
.ej_index_l15_bl&gt;a&gt;img{
	display:block;
	width:485px;
	height:97px;
}
.ej_index_l15_br{
	padding-top:5px;
}
.ej_index_l15_br&gt;a&gt;p{
	color: #999;
    line-height: 30px;
    font-size: 12px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ej_index_l16{
	margin-bottom:15px;
	padding:20px;
	border: 1px solid #ddd;
}
.ej_index_l16l&gt;a,
.ej_index_l16l&gt;a&gt;img{
	display:block;
	width:359px;
	height:200px;
}
.ej_index_l16r_t{
	background-image:url(../images/news_6.jpg);
	background-position: top center;
	background-size: cover;
	padding:4px 0;
	padding-left:6px;
}
.ej_index_l16r_t&gt;a&gt;img{
	display: block;
    width: 35px;
    height: 35px;
    float: left;
}
.ej_index_l16r_t&gt;a&gt;h2{
	float: left;
    padding-top: 10px;
    line-height: 20px;
    color: #fff;
    margin-left: 8px;
    font-size: 18px;
}
.ej_index_l16r_c&gt;p{
	margin-top:10px;
	color: #999;
    line-height: 30px;
    font-size: 12px;
    min-height: 90px;
	max-height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ej_index_l16r_b&gt;a{
	display: block;
	color: #f60;
    line-height: 24px;
    font-size: 12px;
	text-align: right;
}
.ej_index_l16r_b&gt;a:hover{
	color:#333;
}
.ej_index_r16{
	margin-bottom:15px;
    border: 1px solid #ddd;
}
.ej_index_r16_t{
	border-top: 2px #fa7056 solid;
	padding:22px 20px;
	position:relative;
	height: 66px;
}
.ej_index_r16_t:after{
	content:"";
	position:absolute;
	left:20px;
	bottom:0;
	width:338px;
	height:1px;
	background-color:#eee;
}
.ej_index_r16_t img {
    display: block;
    width: 15px;
	height:20px;
    float: left;
}
.ej_index_r16_t p{
	float: left;
    margin-left: 10px;
    font-size: 18px;
    color: #666;
    line-height: 20px;
	font-weight: bold;
}
.ej_index_r16_b{
	padding-top: 36px;
    padding-bottom: 10px;
    height: 174px;
}
.ej_index_r16_b1&gt;a{
	display: block;
    width: 280px;
    height: 38px;
    background-color:#ff5a3a;
    padding-left: 30px;
    padding-right: 20px;
	margin:0 auto;
	margin-bottom:26px;
	border-radius: 8px;
}
.ej_index_r16_b1&gt;a p {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    float: left;
}
.ej_index_r16_b1&gt;a i {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    float: right;
}
.map_s{
	width:900px;
	margin:0 auto;
	border:1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	background-image: url(../images/map_3.png);
}
.map_sl{
	float:left;
	width:96px;
	position:relative;
	padding-right:6px;
}
.map_sl:after{
	content:"";
	position:absolute;
	width:6px;
	height:11px;
	background-image: url(../images/map_1.png);
	right:0;
	top:24.5px;
	background-size: 6px 11px;
}
.map_sl&gt;h2{
	background-color:#f18e0f;
	text-align: center;
	font-size:18px;
	color:#fff;
	line-height: 60px;
	height:60px;
}
.map_sc{
	float:left;
	width:422px;
	border:1px solid #cccccc;
	border-radius: 6px;
	overflow: hidden;
	height:40px;
	margin-top:10px;
	margin-left:20px;
	background-image: url(../images/map_4.png);
	padding-top:5px;
}
.map_sc1{
	width:120px;
	float:left;
	height:30px;
	margin:0 10px;
}
.map_sc1 select{
	display:block;
	width:100%;
	height:30px;
}
.map_sr{
	float:left;
	width:335px;
	height:40px;
	margin-top:10px;
	margin-left:20px;
	padding-top:5px;
}
.map_sr&gt;input{
	display:block;
	width:240px;
	float:left;
	border:1px solid #cccccc;
	line-height: 30px;
	font-size:14px;
	color:#333;
	padding:0 10px;
	border-radius: 4px;
	overflow: hidden;
	background-color:#fff;
}
.map_sr&gt;a{
	display:block;
	width:80px;
	float:left;
	border:1px solid #cccccc;
	line-height: 30px;
	font-size:16px;
	color:#f18e0f;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin-left:10px;
	background-image: url(../images/map_4.png);
}
.map_p{
	width:900px;
	margin:0 auto;
	border:1px solid #cccccc;
	overflow: hidden;
	margin-top:20px;
	margin-bottom: 10px;
}
.map_pt{
	width:100%;
	height:30px;
	background-color:#f18e0f;
}
.map_pt&gt;h2{
	float:left;
	font-size:13px;
	color:#fff;
	font-weight: bold;
	line-height: 30px;
	margin-left:10px;
}
.map_pt&gt;span{
	display:block;
	width:68px;
	float:right;
	font-size:13px;
	line-height: 20px;
	margin-right:10px;
	margin-top:4px;
	border:1px solid #cccccc;
	color:#f18e0f;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	background-image: url(../images/map_4.png);
}
.map_pb{
	padding:10px;
}
.map_pbl{
	float:left;
	width:300px;
	height:501px;
	border:1px solid #cccccc;
}
#tab7 .j-tab-nav{
	width:100%;
	height:31px;
	background-image: url(../images/map_6.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#tab7 .j-tab-nav&gt;a{
	display:block;
	float:left;
	width:66px;
	height:31px;
	text-align: center;
	font-size:12px;
	line-height: 31px;
	color:#f18e0f;
	font-weight: bold;
}
#tab7 .j-tab-nav&gt;a.current{
	color:#990000;
	background-image: url(../images/map_5.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
#tab7 .j-tab-con{
	height:470px;
	overflow: auto;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#tab7 .j-tab-con .tab-con-item{
	height:445px;
	overflow: auto;
}
.tab7_item{
	padding:10px 0;
	border-bottom:1px dashed #333;
}
.tab7_item_t&gt;h2{
	width:50px;
	float:left;
	padding-top:8px;
}
.tab7_item_t&gt;h2&gt;span{
	display:block;
	width:20px;
	height:24px;
	background-image: url(../images/map_7.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	line-height: 20px;
	color:#fff;
	font-size:13px;
}
.tab7_item_t&gt;p{
	width:200px;
	float:left;
	color: #2f2f2f;
    font-size: 12px;
	line-height: 20px;
}
.tab7_item_p&gt;span{
	display:block;
	width:50px;
	float:left;
	color: #2f2f2f;
    font-size: 12px;
	line-height: 20px;
}
.tab7_item_p&gt;p{
	width:200px;
	float:left;
	color: #2f2f2f;
    font-size: 12px;
	line-height: 20px;
	
}
.map_pbr{
	float:left;
	width:560px;
	height:501px;
	margin-left:18px;
	border:1px solid #cccccc;
}
.map_pic,
.map_pic&gt;img{
	display:block;
	width:560px;
	height:501px;
}
/*二级首页 end*/

.navxb{
	margin-bottom: 0;
    border: none;
    z-index: 9;
	width: 1180px;
    margin: 0 auto;
	position: relative;
}
.navx{
	
}
.navx_u{
	width: 100%;
}
.navx_ul{
	float: left;
    /*width: 7.692307692307692%;*/
    text-align: center;
    position: relative;
}
.navx_ul:after{
	content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 10px;
    right: 0;
    background-color: #fc7c00;
}
.navx_ul:last-child:after{
	display:none;
}
.navx_ula{
	position: relative;
    display: block;
    color: #fff;
    line-height: 40px;
	height:40px;
	overflow: hidden;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
	padding: 0 14px;
}
.navx_ulu{
	position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    margin: 0;
    font-size: 14px;
    list-style: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow:none;
	width: 120%;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
	background-color:rgba(255,255,255,0.6);
    background-image: url(../images/bg1.png);
    background-size: 100% 100%;
    padding: 0!important;
    left: -10%;
}
/*.navx_ul:hover .navx_ulu {
	display: block;
}*/
.navx_ulu&gt;li&gt;a{
	display: block;
    padding: 0;
    line-height: 40px;
    color: #454545;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #FFF;
}
.navx_ul:hover .navx_ula{
	background-color:#39a35f;
	color:#fff;
}
.navx_ulu&gt;li&gt;a:hover{
	background-image:url(../images/bg2.png);
	background-repeat: repeat-x;
	color:#fff;
}



.big_video&gt;a{
	display: block;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	z-index:12;
	text-align:center;
}
.big_video&gt;a&gt;i{
	font-size:14px;
	color:#fff;
	line-height: 30px;
	display:block;
	background-color: rgba(0,0,0,0.7);
}
.hidden_video_cs {
	float: right;
	left: 0px;
	/* top: 57px; */
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 10px;
}
.hidden_video_cs img{
	width: 140px;
	height: auto;
}

@media (max-width:992px) {


}
#divGary
{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	position:fixed;
	left:0px;
	top:0px;
	z-index:11;
}

.big_video {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 15;
	margin-top:-280px;
	margin-left:-500px;
}
.video-dimensions {
	width: 1000px;
	height: 560px!important;
}

</pre></body></html>